Update Constructor (Response) |
Initializes a new instance of the Update class from the specified response.
Namespace:
Independentsoft.Sip.Methods
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Update(
Response response
)
Public Sub New (
response As Response
)
Parameters
- response
- Type: Independentsoft.SipResponse
A response from appropriate INVITE request.
See Also